home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
PERL
/
UNIX
/
HINTS
/
ULTRIX_3.SH
< prev
next >
Wrap
Text File
|
1992-01-04
|
301b
|
15 lines
ccflags="$ccflags -DLANGUAGE_C"
tmp="`(uname -a) 2>/dev/null`"
case "$tmp" in
*3.[01]*RISC) d_waitpid=$undef;;
'') d_waitpid=$undef;;
esac
case "$tmp" in
*RISC)
cmd_cflags='optimize="-g"'
perl_cflags='optimize="-g"'
tcmd_cflags='optimize="-g"'
tperl_cflags='optimize="-g"'
;;
esac